home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
SERIUS
/
SERIUS_F
/
SERIUS_#
/
TEXT.H
< prev
Wrap
Text File
|
1992-01-23
|
545b
|
29 lines
// Text.h
// This file contains the C language data
// structures for the 2.2 Text object.
// ⌐ 1989-92 Serius Corporation
#define numTextDatas 2
#define changedSignal 0
#define editedSignal 1
#define activateSignal 2
#define deactivateSignal 3
#define lengthErrorSignal 4
typedef struct {
short font;
short size;
Style fontStyle;
short just;
Boolean editable;
RGBColor iColor;
Boolean allowReturns;
Boolean scrollable;
Boolean frame;
short limit;
short version;
Boolean changed;
} TextRecord, *TextPtr;